Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

BezierPathCommand Constructor(LeadPoint[])








An array of LeadPoint structures that represent the points used for input of the distorted image.
Initializes a new BezierPathCommand class object with inputPoints values.
Syntax
public BezierPathCommand( 
   LeadPoint[] inputPoints
)
public BezierPathCommand( 
   LeadPoint[] inputPoints
)
function BezierPathCommand( 
   inputPoints 
)
public:
BezierPathCommand( 
   array<LeadPoint>^ inputPoints
)
'Declaration
 
Public Function New( _
   ByVal inputPoints() As LeadPoint _
)
 
'Usage
 
Dim inputPoints() As LeadPoint
 
Dim instance As New BezierPathCommand(inputPoints)

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.
Requirements

Target Platforms

See Also

Reference

BezierPathCommand Class
BezierPathCommand Members
Overload List

Error processing SSI file